@charset "utf-8";

/*menu*/
#nav {
	display:block;
	height: 120px;
	overflow: hidden;
	text-align: right;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 56px;
}


#nav .mainlevel {
	float:left;
	height:120px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	line-height: 42px;
}
#nav .mainlevel:hover{
	height:120px;
	display: block;
	color: #FFF;
	background-color: #C00004;
}

#nav .mainlevel:hover a {
	display: block;
	color: #FFFFFF;
}

#nav .mainlevel a {
	text-decoration:none;
	height:120px;
	line-height:120px;
	display:block;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 120px;
	font-size: 16px;
	font-family: "微软雅黑";
}
#nav .mainlevel a:hover {
	color: #FFF;
	background-color: #C00004;

}

#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 1000;
}
#nav .mainlevel li {
	height:40px;
	filter: Alpha(Opacity=50,);
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 120px;
	background-color: #c00004;
}
#nav .mainlevel li a{
	font-size:14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
	width: 120px;
}
#nav .mainlevel li a:hover {
	filter: Alpha(Opacity=70,);
	color: #FFFFFF;
	width: 120px;
	background-image: none;
	text-align: center;
	background-color: #2C2C2C;
}


#nav .mainlevel2 {
	float:left;
	width:143px;
	height:40px;/*IE6 only*/
}
